@charset "utf-8";
* {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
ul {
	list-style: none;
}
img {
	border: none;
}
/*首页*/
div.indexmaindiv {
	height: 120px;
	margin: 0px auto;
	width: 1200px;
}
div.indexmaindiv div.playerstyles {
	width: 168px;
	height: 44px;
	background: url('images/areabackground/playstyles.png') no-repeat;
}
div.indexmaindiv1 {
}
div.indexmaindiv1 div.stylesgoleft {
	float: left;
	width: 33px;
	height: 65px;
	background: url('../images/zo.png') no-repeat;
	margin: 17.5px 14px 0px 14px;
	cursor: pointer;
}
div.indexmaindiv1 div.playerdetail {
	width: 198px;
	height: 100px;
	background: #FFF;
	font-family: '微软雅黑';
	border:1px solid #ccc;
	margin-right:10px;
	border-radius:10px;
	text-align:center;
}
div.indexmaindiv1 div.playerdetail img{
	max-width: 198px;
	max-height: 100px;
	border-radius:15px;
}
div.indexmaindiv1 div.stylesgoright {
	float: right;
	width: 33px;
	height: 65px;
	background: url('../images/yo.png') no-repeat;
	margin: 17.5px 14px 0px 0px;
	cursor: pointer;
}
/*滚动*/
div.maindiv1 {
	float: left;
	width: 1078px;
	height: 120px;
	overflow: hidden;
	position: relative;
}
div.maindiv1 ul {
	position: absolute;
	left: 0;
	top: 0;
}
div.maindiv1 ul li {
	float: left;
	width: 200px;
	height: 100px;
	margin-left: 13px;
}